home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 5 / 02.TXT < prev    next >
Text File  |  1993-08-30  |  3KB  |  83 lines

  1. DOCUMENT:Q101502  19-JUL-1993  [W_NT]
  2. TITLE   :INF: Device Driver Start Codes
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. Windows NT device drivers define the following start codes:
  16.  
  17.  - Boot
  18.  - System
  19.  - Auto
  20.  - Demand
  21.  - Disabled
  22.  
  23. The text below provides additional details about each of these start
  24. codes.
  25.  
  26. Boot
  27. ----
  28.  
  29. The Boot start code indicates that the OS loader loads the driver at
  30. boot time before the executive system receives control. The disk
  31. driver for the system disk is an example of a Boot driver. If the
  32. system cannot load a Boot driver it cannot load the other drivers.
  33.  
  34. System
  35. ------
  36.  
  37. The System start code indicates that the I/O system loads the driver
  38. during initialization. The mouse driver is an example of a System
  39. driver.
  40.  
  41. Auto
  42. ----
  43.  
  44. The Auto start code indicates that the Service Controller loads the
  45. driver during its initialization. The parallel part driver is an
  46. example of an Auto driver.
  47.  
  48. Demand
  49. ------
  50.  
  51. The Demand start code indicates that the Service Controller loads the
  52. driver only when it is explicitly instructed to do so. By default,
  53. Windows NT does not use any Demand drivers. You might create a Demand
  54. driver by loading the parallel port driver only when you want to print
  55. a document or only when a specified printer is available.
  56.  
  57. Disabled
  58. --------
  59.  
  60. The Disabled start code indicates that the system does not load the
  61. driver. Windows NT sets the Disabled start code for all drivers in the
  62. system that it does not load (because corresponding hardware is not
  63. installed or for any other reason).
  64.  
  65. Additional reference words: 3.10
  66. KBCategory:
  67. KBSubcategory: DEVDRVR
  68.  
  69. =============================================================================
  70.  
  71. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  72. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  73. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  74. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  75. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  76. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  77. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  78. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  79. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  80. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  81. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  82.  
  83. Copyright Microsoft Corporation 1993.